Welcome![Sign In][Sign Up]
Location:
Search - viterbi algorithm

Search list

[Other resourcesovadec

Description: Soft Input Soft Output Viterbi Algorithm
Platform: | Size: 3335 | Author: 董鹏 | Hits:

[Software EngineeringfASR

Description: 以半连续隐含马尔可夫模型HMM 为例,分析了影响Viterbi算法效率的主要原因,讨论了提高该算法效率的3种实用策略,即码本剪枝、Beam剪枝及降低精度,在保证一定识别率的前提下,使得搜索处理更加有效,提高了搜索的速度-to semi-continuous HMM HMM example, Analysis of the impact on the efficiency of the Viterbi Algorithm main discussed increasing the efficiency of the algorithm for three kinds of practical strategy, code pruning, beam pruning and reducing precision, In recognition rate guarantee, under the premise of making the process of searching more efficient and improve the search speed
Platform: | Size: 93606 | Author: xiaobai | Hits:

[ELanguageviterbi1111

Description: 维特比算法用于扩频信道译码,与Turboo码,卷积码,级联码构成编码系统-Viterbi Algorithm for spread spectrum channel decoding, and Turboo code, convolutional codes, concatenated coding system code constitute
Platform: | Size: 8084 | Author: GF | Hits:

[Communication-Mobileviterbi(matlab)

Description: 信道解码viterbi算法的matlab实现,详细-channel Viterbi decoding algorithm Matlab details.
Platform: | Size: 5369 | Author: 陆军 | Hits:

[Other resourcematlab-viterbi

Description: 用matlab写viterbi译码算法,老外写的现代通信系统书上的-using Matlab write Viterbi decoding algorithm, a foreigner writing a modern communications system on the books
Platform: | Size: 844 | Author: bbbbb | Hits:

[Speech/Voice recognition/combineforward_viterbi

Description: The algorm of viterbi. You talk to your friend three days in a row and discover that on the first day he went for a walk, on the second day he went shopping, and on the third day he cleaned his apartment. You have two questions: What is the overall probability of this sequence of observations? And what is the most likely sequence of rainy/sunny days that would explain these observations? The first question is answered by the forward algorithm the second question is answered by the Viterbi algorithm. These two algorithms are structurally so similar (in fact, they are both instances of the same abstract algorithm) that they can be implemented in a single function:
Platform: | Size: 2822 | Author: 王冠 | Hits:

[Communication-Mobileconvolutiondecode

Description: % decode with soft-input viterbi algorithm 硬判决 % //k=4,r=1/2 %输入数据为软信息,并且数据为均值为1的BPSK调制,如果均值为MEAN,那么62,63,103,104行应做相应修改
Platform: | Size: 1831 | Author: 陈富龙 | Hits:

[Other resourcesoftcon

Description: 用于通讯仿真的viterbi算法完整实现方案.用途广泛.-communications for the Viterbi algorithm simulation complete realization of the program. A wide range of uses.
Platform: | Size: 3447 | Author: 郑程超 | Hits:

[Other resourcehmm123

Description: hmm算法 包括前后向算法、viterbi算法、bw算法等另外包括内存申请等源代码-algorithm to include before and after algorithm, Viterbi algorithm, bw algorithm other memory applications including source code
Platform: | Size: 8656 | Author: momo | Hits:

[Communicationjuanjibianma

Description: 信道编码中的典型卷积码编码算法,维特比解码方式-Channel Coding typical convolution coding algorithm, Viterbi decoding method
Platform: | Size: 2048 | Author: 吴非 | Hits:

[Windows Developviterbi45

Description: 提供一关于VITERBI译码的算法,并提供一个实例-on VITERBI provide a decoding algorithm, and provides an example
Platform: | Size: 2048 | Author: 陈德和 | Hits:

[Communication-Mobiledeconvgaijin

Description: 卷积码译码算法改进 实现Conv.(2,1,9)的编码、软判决滑动窗维特比译码,其生成多项式为G0=561(八进制),G1=753(八进制),调制方式为BPSK,信道为AWGN,比较不同的译码深度对译码器性能的影响-convolutional code decoding algorithm to improve achievement Conv. (2,1,9) of the Code, Soft Decision sliding window Viterbi Decoder, generating polynomial for the G0 = 561 (octal), G1 = 753 (octal), for BPSK modulation mode, channel for AWGN, compare different depth of decoding decoder performance of
Platform: | Size: 47104 | Author: 李春晖 | Hits:

[Communication-MobilesovaIntroduce

Description: 该文章介绍了VITERBI译码软输入软输出(SISO)的算法及实现-The article introduces the VITERBI decoding soft-input soft-output (SISO) algorithm and implementation
Platform: | Size: 1097728 | Author: dina | Hits:

[Communication-Mobileviterbi1lva

Description: list of viterbi编译码算法。编码结构能够任意变化。对初学者来说不错-list of viterbi codec algorithm. Coding structure changes can be arbitrary. Good for beginners
Platform: | Size: 459776 | Author: 占敖 | Hits:

[Data structsdp

Description: (1).问题描述:旅行商问题 某售货员要到若干城市去推销商品,已知各城市之间的路程(或旅费)。他要 选定一条从驻地出发,经过每个城市一遍,最后回到驻地的路线,使总的路程( 或旅费)最小。 (2).程序设计要求: a. 设计一个动态规划算法 b. 任给一个输入实例,能输出最短路程及其路线 c. 能用图形演示旅行商的推销路线 输入要测试的文件名,如TSP6.txt,程序将利用动态规划求解该问题,给出最佳线 路,并用图形演示。-(1). Problem Description: A salesman traveling salesman problem to a number of cities to sell commodities, known distance between cities (or travel). He has to select a departure from the resident, through every city once again, and finally returned to the resident s line, bringing the total distance (or travel) the smallest. (2). Program design requirements: a. the design of a dynamic programming algorithm to an input b. any examples, can output the shortest distance and the line c. use graphical presentation of the traveling salesman selling line of input to test the file name, such as TSP6 . txt, the procedure will use dynamic programming to solve the problem, given the best lines, and graphics presentation.
Platform: | Size: 10240 | Author: 小明 | Hits:

[Speech/Voice recognition/combinePitch detect

Description: 利用平均幅度差函数AMDF和Viterbi算法的后处理算法提取语音基音周期一个程序,效果还不错-The use of average magnitude difference function AMDF and the Viterbi algorithm for post-processing algorithm for extracting a program of voice pitch, the effect was not bad
Platform: | Size: 3072 | Author: 云鹏 | Hits:

[Program doc_2_1_7_viterbidecoder

Description: 基于MATLAB的2_1_7_维特比译码器的并行算法实现-MATLAB-based Viterbi decoder 2_1_7_ parallel algorithm
Platform: | Size: 311296 | Author: 罗青锋 | Hits:

[Otherlunwen

Description: 信号在信道进行传输时,经常会出现串扰,采用基于最大似然序列估计(MLSE)的电子色散均衡器的方法,克服光纤通信中的由各种色散引起的码间干扰。 研究基于最大似然序列估计(MLSE)的均衡器,采用维特比算法实现,用matlab仿真出采用MLSE后的性能指标(眼图和误码率)的提升。 -Signal transmission channel often occur crosstalk, based on the maximum likelihood sequence estimation (MLSE) electronic dispersion equalizer ways to overcome optical fiber communications in a variety of dispersion caused by the inter-symbol interference. Research based on the maximum likelihood sequence estimation (MLSE) of the equalizer, the Viterbi algorithm, a simulation using matlab after using MLSE performance indicators (eye diagram and bit error rate) of the upgrade.
Platform: | Size: 240640 | Author: Lee | Hits:

[Communicationviterbidecoder

Description: 2,1,7卷积码的viterbi译码算法的FPGA实现,内容详细,而且附带源代码。-2,1,7 convolutional code of viterbi decoding algorithm realize the FPGA and detailed, but the source code attached.
Platform: | Size: 1665024 | Author: Wayne | Hits:

[Communication217viterbi

Description: viterbi译码算法的vhdl程序,有注释和各个模块的详细说明。是一篇完整的硕士论文,有源码-viterbi decoding algorithm of VHDL procedures, has comments and a detailed description of each module. Is a complete master
Platform: | Size: 563200 | Author: Wayne | Hits:
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 21 »

CodeBus www.codebus.net